home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 720.swf / scripts / frame_3 / PlaceObject2_34_1476 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-01-17  |  212b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    now = new Date();
  3.    if(x != 1)
  4.    {
  5.       if(9900000 + timeloaded.getTime() < now.getTime())
  6.       {
  7.          x = 1;
  8.          getURL(_root.theURL,"_blank");
  9.       }
  10.    }
  11. }
  12.